Everything about Perspective Transform totally explained
3D Projection is a method of mapping three dimensional points to a two dimensional plane. As most current methods for displaying graphical data are based on planar two dimensional media, the use of this type of projection is widespread, especially in computer graphics, engineering and drafting.
Orthographic projection
Orthographic projections are a small set of transforms often used to show profile, detail or precise measurements of a three dimensional object. Common names for orthographic projections include plan, cross-section, bird's-eye, and elevation.
The normal of the viewing plane (the camera direction) is always parallel to one of the 3D axes making the mathematical transformation very simple.
To project the 3D point
,
,
onto the 2D point
,
using an Orthographic projection parallel to the y axis(Profile view), the following equation can be used:
» »
Where the vector
s is an arbitrary scale factor, and
c is an arbitrary offset. These constants are optional, and can be used to properly align the viewport.
The projection can be shown using Matrix notation (introducing a temporary vector
d for clarity)
» Further Information
Get more info on 'Perspective Transform'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://3d_projection.totallyexplained.com">3D projection Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |